home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / DirectInput / Joystick / joystick.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2004-09-27  |  7.5 KB  |  265 lines

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.00"
  5.     Name="Joystick"
  6.     ProjectGUID="{43E20DBD-F46C-467E-A2D0-73B3708C4B72}"
  7.     SccProjectName=""
  8.     SccLocalPath="">
  9.     <Platforms>
  10.         <Platform
  11.             Name="Win32"/>
  12.     </Platforms>
  13.     <Configurations>
  14.         <Configuration
  15.             Name="Debug|Win32"
  16.             OutputDirectory=".\Debug"
  17.             IntermediateDirectory=".\Debug"
  18.             ConfigurationType="1"
  19.             UseOfMFC="0"
  20.             ATLMinimizesCRunTimeLibraryUsage="FALSE">
  21.             <Tool
  22.                 Name="VCCLCompilerTool"
  23.                 Optimization="0"
  24.                 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
  25.                 RuntimeLibrary="5"
  26.                 UsePrecompiledHeader="2"
  27.                 PrecompiledHeaderFile=".\Debug/joystick.pch"
  28.                 AssemblerListingLocation=".\Debug/"
  29.                 ObjectFile=".\Debug/"
  30.                 ProgramDataBaseFileName=".\Debug/"
  31.                 WarningLevel="3"
  32.                 SuppressStartupBanner="TRUE"
  33.                 DebugInformationFormat="3"/>
  34.             <Tool
  35.                 Name="VCCustomBuildTool"/>
  36.             <Tool
  37.                 Name="VCLinkerTool"
  38.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  39.                 AdditionalDependencies="dxguid.lib dxerr9.lib dinput8.lib comctl32.lib"
  40.                 OutputFile=".\Debug/joystick.exe"
  41.                 LinkIncremental="2"
  42.                 SuppressStartupBanner="TRUE"
  43.                 GenerateDebugInformation="TRUE"
  44.                 ProgramDatabaseFile=".\Debug/joystick.pdb"
  45.                 SubSystem="2"/>
  46.             <Tool
  47.                 Name="VCMIDLTool"
  48.                 PreprocessorDefinitions="_DEBUG"
  49.                 MkTypLibCompatible="TRUE"
  50.                 SuppressStartupBanner="TRUE"
  51.                 TargetEnvironment="1"
  52.                 TypeLibraryName=".\Debug/joystick.tlb"/>
  53.             <Tool
  54.                 Name="VCPostBuildEventTool"/>
  55.             <Tool
  56.                 Name="VCPreBuildEventTool"/>
  57.             <Tool
  58.                 Name="VCPreLinkEventTool"/>
  59.             <Tool
  60.                 Name="VCResourceCompilerTool"
  61.                 PreprocessorDefinitions="_DEBUG"
  62.                 Culture="1033"/>
  63.             <Tool
  64.                 Name="VCWebServiceProxyGeneratorTool"/>
  65.             <Tool
  66.                 Name="VCWebDeploymentTool"/>
  67.         </Configuration>
  68.         <Configuration
  69.             Name="Release|Win32"
  70.             OutputDirectory=".\Release"
  71.             IntermediateDirectory=".\Release"
  72.             ConfigurationType="1"
  73.             UseOfMFC="0"
  74.             ATLMinimizesCRunTimeLibraryUsage="FALSE">
  75.             <Tool
  76.                 Name="VCCLCompilerTool"
  77.                 InlineFunctionExpansion="1"
  78.                 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  79.                 StringPooling="TRUE"
  80.                 RuntimeLibrary="4"
  81.                 EnableFunctionLevelLinking="TRUE"
  82.                 UsePrecompiledHeader="2"
  83.                 PrecompiledHeaderFile=".\Release/joystick.pch"
  84.                 AssemblerListingLocation=".\Release/"
  85.                 ObjectFile=".\Release/"
  86.                 ProgramDataBaseFileName=".\Release/"
  87.                 WarningLevel="3"
  88.                 SuppressStartupBanner="TRUE"/>
  89.             <Tool
  90.                 Name="VCCustomBuildTool"/>
  91.             <Tool
  92.                 Name="VCLinkerTool"
  93.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  94.                 AdditionalDependencies="dxguid.lib dxerr9.lib dinput8.lib comctl32.lib"
  95.                 OutputFile=".\Release/joystick.exe"
  96.                 LinkIncremental="1"
  97.                 SuppressStartupBanner="TRUE"
  98.                 ProgramDatabaseFile=".\Release/joystick.pdb"
  99.                 SubSystem="2"/>
  100.             <Tool
  101.                 Name="VCMIDLTool"
  102.                 PreprocessorDefinitions="NDEBUG"
  103.                 MkTypLibCompatible="TRUE"
  104.                 SuppressStartupBanner="TRUE"
  105.                 TargetEnvironment="1"
  106.                 TypeLibraryName=".\Release/joystick.tlb"/>
  107.             <Tool
  108.                 Name="VCPostBuildEventTool"/>
  109.             <Tool
  110.                 Name="VCPreBuildEventTool"/>
  111.             <Tool
  112.                 Name="VCPreLinkEventTool"/>
  113.             <Tool
  114.                 Name="VCResourceCompilerTool"
  115.                 PreprocessorDefinitions="NDEBUG"
  116.                 Culture="1033"/>
  117.             <Tool
  118.                 Name="VCWebServiceProxyGeneratorTool"/>
  119.             <Tool
  120.                 Name="VCWebDeploymentTool"/>
  121.         </Configuration>
  122.         <Configuration
  123.             Name="Debug Unicode|Win32"
  124.             OutputDirectory=".\Win32_Debug_Unicode"
  125.             IntermediateDirectory=".\Win32_Debug_Unicode"
  126.             ConfigurationType="1"
  127.             UseOfMFC="0"
  128.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  129.             CharacterSet="1">
  130.             <Tool
  131.                 Name="VCCLCompilerTool"
  132.                 Optimization="0"
  133.                 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,UNICODE"
  134.                 RuntimeLibrary="5"
  135.                 UsePrecompiledHeader="2"
  136.                 PrecompiledHeaderFile=".\Win32_Debug_Unicode/joystick.pch"
  137.                 AssemblerListingLocation=".\Win32_Debug_Unicode/"
  138.                 ObjectFile=".\Win32_Debug_Unicode/"
  139.                 ProgramDataBaseFileName=".\Win32_Debug_Unicode/"
  140.                 WarningLevel="3"
  141.                 SuppressStartupBanner="TRUE"
  142.                 DebugInformationFormat="3"/>
  143.             <Tool
  144.                 Name="VCCustomBuildTool"/>
  145.             <Tool
  146.                 Name="VCLinkerTool"
  147.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  148.                 AdditionalDependencies="dxguid.lib dxerr9.lib dinput8.lib comctl32.lib"
  149.                 OutputFile=".\Win32_Debug_Unicode/joystick.exe"
  150.                 LinkIncremental="2"
  151.                 SuppressStartupBanner="TRUE"
  152.                 GenerateDebugInformation="TRUE"
  153.                 ProgramDatabaseFile=".\Win32_Debug_Unicode/joystick.pdb"
  154.                 SubSystem="2"/>
  155.             <Tool
  156.                 Name="VCMIDLTool"
  157.                 PreprocessorDefinitions="_DEBUG"
  158.                 MkTypLibCompatible="TRUE"
  159.                 SuppressStartupBanner="TRUE"
  160.                 TargetEnvironment="1"
  161.                 TypeLibraryName=".\Win32_Debug_Unicode/joystick.tlb"/>
  162.             <Tool
  163.                 Name="VCPostBuildEventTool"/>
  164.             <Tool
  165.                 Name="VCPreBuildEventTool"/>
  166.             <Tool
  167.                 Name="VCPreLinkEventTool"/>
  168.             <Tool
  169.                 Name="VCResourceCompilerTool"
  170.                 PreprocessorDefinitions="_DEBUG"
  171.                 Culture="1033"/>
  172.             <Tool
  173.                 Name="VCWebServiceProxyGeneratorTool"/>
  174.             <Tool
  175.                 Name="VCWebDeploymentTool"/>
  176.         </Configuration>
  177.         <Configuration
  178.             Name="Release Unicode|Win32"
  179.             OutputDirectory=".\Win32_Release_Unicode"
  180.             IntermediateDirectory=".\Win32_Release_Unicode"
  181.             ConfigurationType="1"
  182.             UseOfMFC="0"
  183.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  184.             CharacterSet="1">
  185.             <Tool
  186.                 Name="VCCLCompilerTool"
  187.                 InlineFunctionExpansion="1"
  188.                 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,UNICODE"
  189.                 StringPooling="TRUE"
  190.                 RuntimeLibrary="4"
  191.                 EnableFunctionLevelLinking="TRUE"
  192.                 UsePrecompiledHeader="2"
  193.                 PrecompiledHeaderFile=".\Win32_Release_Unicode/joystick.pch"
  194.                 AssemblerListingLocation=".\Win32_Release_Unicode/"
  195.                 ObjectFile=".\Win32_Release_Unicode/"
  196.                 ProgramDataBaseFileName=".\Win32_Release_Unicode/"
  197.                 WarningLevel="3"
  198.                 SuppressStartupBanner="TRUE"/>
  199.             <Tool
  200.                 Name="VCCustomBuildTool"/>
  201.             <Tool
  202.                 Name="VCLinkerTool"
  203.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  204.                 AdditionalDependencies="dxguid.lib dxerr9.lib dinput8.lib comctl32.lib"
  205.                 OutputFile=".\Win32_Release_Unicode/joystick.exe"
  206.                 LinkIncremental="1"
  207.                 SuppressStartupBanner="TRUE"
  208.                 ProgramDatabaseFile=".\Win32_Release_Unicode/joystick.pdb"
  209.                 SubSystem="2"/>
  210.             <Tool
  211.                 Name="VCMIDLTool"
  212.                 PreprocessorDefinitions="NDEBUG"
  213.                 MkTypLibCompatible="TRUE"
  214.                 SuppressStartupBanner="TRUE"
  215.                 TargetEnvironment="1"
  216.                 TypeLibraryName=".\Win32_Release_Unicode/joystick.tlb"/>
  217.             <Tool
  218.                 Name="VCPostBuildEventTool"/>
  219.             <Tool
  220.                 Name="VCPreBuildEventTool"/>
  221.             <Tool
  222.                 Name="VCPreLinkEventTool"/>
  223.             <Tool
  224.                 Name="VCResourceCompilerTool"
  225.                 PreprocessorDefinitions="NDEBUG"
  226.                 Culture="1033"/>
  227.             <Tool
  228.                 Name="VCWebServiceProxyGeneratorTool"/>
  229.             <Tool
  230.                 Name="VCWebDeploymentTool"/>
  231.         </Configuration>
  232.     </Configurations>
  233.     <Files>
  234.         <Filter
  235.             Name="Source Files"
  236.             Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90">
  237.             <File
  238.                 RelativePath=".\Joystick.cpp">
  239.             </File>
  240.             <File
  241.                 RelativePath=".\Joystick.rc">
  242.             </File>
  243.         </Filter>
  244.         <Filter
  245.             Name="Header Files"
  246.             Filter="h;hpp;hxx;hm;inl;fi;fd">
  247.             <File
  248.                 RelativePath=".\resource.h">
  249.             </File>
  250.         </Filter>
  251.         <Filter
  252.             Name="Resource Files"
  253.             Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
  254.             <File
  255.                 RelativePath="..\..\common\directx.ico">
  256.             </File>
  257.         </Filter>
  258.         <File
  259.             RelativePath=".\readme.txt">
  260.         </File>
  261.     </Files>
  262.     <Globals>
  263.     </Globals>
  264. </VisualStudioProject>
  265.